home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
comm
/
bbs
/
FList_211.lha
/
FList
/
Rexx
/
FListLoad.Trans
< prev
next >
Wrap
Text File
|
1997-01-19
|
507b
|
23 lines
/**/
Options Results
signal on syntax
sendfile "BBS:Text/FlistLoad"
call 'BBS:Rexx/FList.Trans'
exit
syntax:
golf=sigl
code=rc
newline
print "
Oh dear we have an error!!
"
newline
print "
Line# :
"golf
print "
Code :
"code
print "
Error :
"errortext(code)
newline
sl clr||bld"[FListLoad] *** Error, Line #"golf", Code "code", Error ["errortext(code)"] *** "
print "
** Please Leave The SysOp Feedback And (s)he Will Check The Logs **
"
newline
continue
exit